func net/http.http2shouldSendReqContentLength

2 uses

	net/http (current package)
		h2_bundle.go#L9072: 		if http2shouldSendReqContentLength(req.Method, contentLength) {
		h2_bundle.go#L9122: func http2shouldSendReqContentLength(method string, contentLength int64) bool {